response Body Converter
open fun responseBodyConverter(type: Type, annotations: Array<out Annotation>, retrofit: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, out <Error class: unknown class>>?
Response body converter delegates logic processing to a child class that handles wrapping and deserialization of the json response data.
Parameters
annotations
All the annotation applied to the requesting method
retrofit
The retrofit object representing the response
type
The generic type declared on the method